projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b10c7c
)
(syms_of_buffer) <buffer-display-table>: Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 18 Mar 2007 00:15:57 +0000
(
00:15
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 18 Mar 2007 00:15:57 +0000
(
00:15
+0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index b09d6e88f0b7a80f42a8037b0825f0990395703e..c0fb8b2454f4ff9d688bfd884f08725d63a1cf45 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-5682,8
+5682,8
@@
characters or nil. The value nil means display the character in the
default fashion; otherwise, the characters from the vector are delivered
to the screen instead of the original character.
-For example, (aset buffer-display-table ?X
?Y) will cause Emacs to display
-a capital Y instead of each X character.
+For example, (aset buffer-display-table ?X
(vector ?Y)) will cause Emacs
+
to display
a capital Y instead of each X character.
In addition, a char-table has six extra slots to control the display of: